@charset "utf-8";
/* Home Common Style */
.section-title{display: flex;margin: 30px auto;text-align: left;justify-content: space-between;align-items: center;}
.section-title.text-center{text-align: center;}
.section-title.text-center>img{margin: 0 auto;}
.section-title img{width: auto;height: auto;}
.section-more{position: relative;display: flex;padding-top: 20px;justify-content: center;align-items: center;text-align: right;}
.section-more-divider{margin: 0 32px 0;max-width: 100%;width: 980px;border-bottom: 1px solid #a92329;}
.section-more-button{width: 160px;height: 60px;margin-top: 0;background-color: #a92329;color: #fff;border: none;vertical-align: middle;-webkit-transition: all .3s ease;-ms-transition: all .3s ease;transition: all .3s ease}
.section-more-button:hover{-webkit-transform: scale(1.1);-ms-transform: scale(1.1);transform: scale(1.1);}

/* Home Banner */
.home-banner{width: 100%;overflow: hidden;background-color: #333;}
.banner-carousel{max-width: 100%;width: 100%;height: 38vw;margin: 0 auto;background-color: #f1f1f1;background-size: cover;background-repeat: no-repeat;background-position: center;}
.banner-carousel .swiper-slide{display: block;background-repeat: no-repeat;background-size: cover;background-position: center;}
.banner-carousel-title{position: absolute;left: 0;right: 0;bottom: 70px;margin: 0 auto;max-width: 320px;padding: 8px 15px;text-align: center;font-size: 18px;font-weight: 600;background-color: rgba(0,0,0,.3);color: #fff;-webkit-transition: all .3s ease;-ms-transition: all .3s ease;transition: all .3s ease;}
.banner-carousel-title:hover{background-color: rgba(0,0,0,.8);}
.banner-pagination.swiper-pagination{left: 0;right: 0;bottom: 25px;}
.banner-pagination .swiper-pagination-bullet{width: 28px;height: 26px;line-height: 26px;text-align: center;background-color: transparent;color: #fff;opacity: 1;border-radius: 0;}
.banner-pagination .swiper-pagination-bullet-active{background: #6510ac;box-shadow: 0 0 8px rgba(0,0,0,.4);}
.swiper-button-prev.banner-button-prev,.swiper-button-next.banner-button-next{width: 80px;height: 80px;margin-top: -40px;background-color: rgba(0,0,0,.4);background-size: 14px auto;border-radius: 50%;-webkit-transition: all .3s ease;-ms-transition: all .3s ease;transition: all .3s ease;}
.swiper-button-prev.banner-button-prev:hover,.swiper-button-next.banner-button-next:hover{background-color: rgba(0,0,0,.8);}

/* Home Dock */
.home-dock{z-index: 2;margin-top: -90px;}
.dock-item{padding: 48px 0;font-size: 24px;background-color: #a92329;text-align: center;color: #fff;border-right: 1px solid #cb7b7f;}
.dock-item img{position: relative;z-index: 2;width: 64px;height: 64px;margin-right: 20px;vertical-align: middle;}
.dock-item span{position: relative;z-index: 2;}
.dock-item .overlay{position: absolute;left: 0;bottom: 0;width: 100%;height: 0;background: url(../img/home_dock_active_bg.png) no-repeat center/cover;opacity: 0;visibility: hidden;-webkit-transition: all .5s ease;-ms-transition: all .5s ease;transition: all .5s ease}
.dock-item:hover .overlay{height: 125%;opacity: 1;visibility: visible;}

/* Home News */
.home-news{z-index: 1;margin-top: -70px;padding: 100px 0;background: url(../img/home_news_bg.png);}
.news-carousel .swiper-slide{width: 33.33%;}
.home-news-item{display: block;padding: 0 15px;-webkit-transition: all .3s ease;-ms-transition: all .3s ease;transition: all .3s ease;}
.news-img{position: relative;width: 100%;height: 12vw;background-color: #999;overflow: hidden;}
.news-img .overlay{position: absolute;left: 0;top: 0;width: 100%;height: 100%;-webkit-transition: all .3s ease;-ms-transition: all .3s ease;transition: all .3s ease;}
.home-news-item:hover .news-img .overlay{-webkit-transform: scale(1.1);-ms-transform: scale(1.1);transform: scale(1.1);}
.news-content{position: relative;padding: 20px 0 24px;min-height: 88px;}
.news-content .date{position: absolute;left: 0;top: 14px;width: 58px;overflow: hidden;text-align: center;}
.news-content .date span,.news-content .date b{display: block;width: 100%;line-height: 1;color: #999;white-space: nowrap;-webkit-transition: all .3s ease;-ms-transition: all .3s ease;transition: all .3s ease;}
.news-content .date span{font-size: 36px;font-weight: bold;}
.news-content .date b{font-size: 14px;font-weight: normal;}
.news-content h3{padding: 0 0 0 80px;color: #333;font-size: 16px;font-weight: bold;-webkit-transition: all .3s ease;-ms-transition: all .3s ease;transition: all .3s ease;}
.news-content p{padding: 4px 0 0 80px;font-size: 14px;color: #999;}
.home-news-item:hover .news-content h3{color: #a92329;}
.home-news-item:hover .news-content .date span,.home-news-item:hover .news-content .date b{color: #a92329;}
.home-news-item:hover .news-img{border: 4px solid #a92329;}
.swiper-button-prev.news-button-prev,.news-button-next.news-button-next{position: relative;top: 0;margin-top: 0;width: 80px;height: 80px;border: 1px solid #a92329;background-size: 22px auto;border-radius: 50%;-webkit-transition: all .3s ease;-ms-transition: all .3s ease;transition: all .3s ease;}
.swiper-button-prev.news-button-prev{left: 0;background-image: url(../img/icon/icon_news_arrow_left_active.png);}
.swiper-button-prev.news-button-prev:hover{background-image: url(../img/icon/icon_news_arrow_left.png);background-color: #a92329;}
.swiper-button-next.news-button-next{left: 0;right: auto;margin-left: 20px;background-image: url(../img/icon/icon_news_arrow_right_active.png);}
.swiper-button-next.news-button-next:hover{background-image: url(../img/icon/icon_news_arrow_right.png);background-color: #a92329;}

/* Home Cooperation */
.home-cooperation{padding: 100px 0;background: url(../img/home_cooperation_bg.jpg) no-repeat center bottom;}
.cooperation-carousel{width: 100%;height: 420px;background-color: #999;}
.cooperation-carousel .swiper-slide{background-color: #999;background-position: center;background-size: cover;background-repeat: no-repeat;}
.cooperation-carousel-item{position: relative;width: 100%;height: 100%;background-size: cover;background-position: center;background-repeat: no-repeat;}
.cooperation-carousel-title{position: absolute;bottom: 0;left: 0;right: 0;height: 60px;line-height: 60px;background: rgba(0,0,0,.5);-webkit-transition: all .3s ease;-ms-transition: all .3s ease;transition: all .3s ease;}
.cooperation-carousel-title p{padding: 0 20px;color: #fff;font-size: 16px;}
.cooperation-carousel-item:hover .cooperation-carousel-title{background: rgba(0,0,0,.8)}
.cooperation-list li:first-child{border-top: 1px solid #333}
.cooperation-list li{border-bottom: 1px solid #333}
.cooperation-item{position: relative;height: 66px;padding: 22px 0;-webkit-transition: all .3s ease;-ms-transition: all .3s ease;transition: all .3s ease;}
.cooperation-item .photo{position: absolute;top: 28px;left: 0;width: 160px;height: 90px;background-color: #999;background-size: cover;background-repeat: no-repeat;background-position: center;transform: translateX(20px);-webkit-transition: all .5s ease;-ms-transition: all .5s ease;transition: all .5s ease;opacity: 0;visibility: hidden;}
.cooperation-item h3{position: relative;padding-left: 96px;padding-right: 16px;font-size: 16px;color: #333;font-weight: bold;background: url(../img/icon/icon_unfold.png) no-repeat center right;-webkit-transition: all .5s ease;-ms-transition: all .5s ease;transition: all .5s ease;}
.cooperation-item h3 span{position: absolute;left: 0;font-size: 14px;color: #999;}
.cooperation-item p,.cooperation-item .date{opacity: 0;visibility: hidden;transform: translateY(20px);-webkit-transition: all .3s ease;-ms-transition: all .3s ease;transition: all .3s ease;}
.cooperation-item p{padding-left: 190px;margin-bottom: 4px;font-size: 14px;line-height: 24px;height: 48px;color: #999}
.cooperation-item .date{padding-left: 190px;font-size: 14px;color: #999}
.active .cooperation-item{height: 150px;}
.active .cooperation-item .photo{transform: translateX(0);opacity: 1;visibility: visible;}
.active .cooperation-item p,.active .cooperation-item .date{display: block;transform: translateY(0);opacity: 1;visibility: visible;}
.active .cooperation-item h3{padding: 6px 0 4px 190px;background-image: url(../img/icon/icon_fold.png);}
.active .cooperation-item h3 span{display: none;}

/* Home Announcement */
.home-announcement{min-height: 750px;padding: 100px 0 50px;overflow: hidden;background: url(../img/home_announcement_bg.jpg) no-repeat center top;}
.home-announcement .section-title{flex-wrap: wrap;justify-content: right;margin: 100px 0 30px;padding-right: 30px;}
.home-announcement .section-title > img{display: block;}
.home-announcement .section-title button{margin-top: 20px;}
.announcement-carousel{margin-top: 70px;height: 240px;}
.announcement-carousel .swiper-slide{width: 25%;padding: 0 15px;}
.announcement-list{min-height: 540px;padding-top: 100px;}
.announcement-item{position: relative;display: block;height: 140px;padding: 55px 40px 0;margin: 40px 0;border: 1px solid #a92329;-webkit-transition: all .3s ease;-ms-transition: all .3s ease;transition: all .3s ease;}
.announcement-item .date{position: absolute;left: 30px;top: -36px;z-index: 1;width: 72px;height: 72px;background: #a92329;overflow: hidden;text-align: center;-webkit-transition: all .3s ease;-ms-transition: all .3s ease;transition: all .3s ease;}
.announcement-item .date span,.announcement-item .date b{display: block;width: 100%;line-height: 1;color: #fff;white-space: nowrap;-webkit-transition: all .3s ease;-ms-transition: all .3s ease;transition: all .3s ease;}
.announcement-item .date span{padding-top: 10px;font-size: 36px;font-weight: bold;}
.announcement-item .date b{padding-top: 4px;font-size: 14px;font-weight: normal;}
.announcement-item h3{font-size: 16px;line-height: 24px;color: #333;font-weight: bold;-webkit-transition: all .3s ease;-ms-transition: all .3s ease;transition: all .3s ease;}
.announcement-item:hover h3{color: #a92329;}

/* Home Story */
.home-story{padding: 40px 0 100px;}
.story-carousel{height: 480px;margin-top: 40px;}
.story-carousel .swiper-slide{max-width: 1220px;width: 100%;opacity: .6;-webkit-transition: .3s all ease;-ms-transition: .3s all ease;transition: .3s all ease}
.story-carousel .swiper-slide.swiper-slide-active{opacity: 1;}
.story-carousel-item{max-width: 1060px;width: 100%;margin: 0 auto;}
.story-carousel-img{position: relative;width: 640px;height: 480px;background-color: #999;}
.story-carousel-img .overlay{position: absolute;left: 0;top: 0;width: 100%;height: 100%;-webkit-transition: .3s all ease;-ms-transition: .3s all ease;transition: .3s all ease;}
.story-carousel-item:hover .story-carousel-img .overlay{-webkit-transform: scale(1.1);-ms-transform: scale(1.1);transform: scale(1.1);}
.story-carousel-content{position: absolute;top: 60px;right: 80px;z-index: 1;width: 480px;height: 360px;padding: 30px;background-color: #fff;box-shadow:  0 10px 40px rgba(0,0,0,.1);-webkit-transition: .3s all ease;-ms-transition: .3s all ease;transition: .3s all ease;}
.story-carousel-content h3{font-size: 24px;font-weight: bold;color: #333;-webkit-transition: .3s all ease;-ms-transition: .3s all ease;transition: .3s all ease;}
.story-carousel-content h5{margin: 15px 0 18px;font-size: 14px;color: #333;}
.story-carousel-content .divider{margin: 18px 0;border-bottom: 1px solid #e0e0e0;}
.story-carousel-content p{min-height: 186px;font-size: 14px;line-height: 24px;color: #333;}
.story-carousel-content .more{font-size: 14px;color: #a92329;vertical-align: middle;text-align: left;}
.story-carousel-content .more img{margin-left: 10px;vertical-align: middle;}
.story-carousel-item:hover .story-carousel-content h3{color: #a92329;}
.story-carousel-item:hover .story-carousel-content{box-shadow: 0 10px 40px rgba(169, 35, 41, .2) ;}
.story-scrollbar{position: relative;max-width: 1060px;width: 100%;height: 4px;margin: 56px auto 0;opacity: 1!important;}
.story-scrollbar .swiper-scrollbar-drag{background-color: #a92329;}
.swiper-button-prev.story-button-prev,.swiper-button-next.story-button-next{width: 80px;height: 80px;border: none;background-color: rgba(0,0,0,.4);background-size: 22px auto;border-radius: 50%;-webkit-transition: all .3s ease;-ms-transition: all .3s ease;transition: all .3s ease;}
.swiper-button-prev.story-button-prev{background-image: url(../img/icon/icon_news_arrow_left.png);}
.swiper-button-prev.story-button-prev:hover{background-image: url(../img/icon/icon_news_arrow_left.png);background-color: #a92329;}
.swiper-button-next.story-button-next{margin-left: 20px;background-image: url(../img/icon/icon_news_arrow_right.png);}
.swiper-button-next.story-button-next:hover{background-image: url(../img/icon/icon_news_arrow_right.png);background-color: #a92329;}



/* Column */
.column-banner{background-color: #f1f1f1;}
.column-banner .img{position: relative;max-width: 1920px;width: 100%;height: 800px;margin: 0 auto;}
.column-banner .overlay{position: absolute;left: 0;top: 0;width: 100%;height: 100%;background-color: #999;}
.column{margin-top: -500px;margin-bottom: 40px;}
.column-anchor{padding-left:15px;height:60px;background-color:#a92329;color:#fff;font-weight:600;font-size:18px;line-height:60px;}
.column-nav{box-shadow: 0 7px 20px rgba(27,120,221,.1);}
.column-nav ul li a{display: block;padding-left:25px;height: 40px;background: #fff;color: #333;font-size: 14px;line-height: 40px;}
.column-nav ul li a:hover{background:#e5892c;color:#fff;}
.column-nav ul li ul li a{padding-left: 40px;height: 36px;background:#f0f0f0;font-size: 14px;line-height: 36px;}
.column-nav ul li.selected > a{background: #f1f1f1;color:#a92329;font-weight: bold;}
.breadcrumb-nav{float: right;margin-top: -10px;padding:8px 0;color: #a92329;font-size: 14px;}
.breadcrumb-nav a{font-weight: normal;color:#999;}
.breadcrumb-nav a:hover{color: #333;}
.column-content{min-height: calc(100vh - 300px);background-color: #fff;box-shadow: 0 7px 20px rgba(83, 36, 137,.1);}
.column-name{padding: 0 25px;height:60px;border-bottom:1px solid #efefef;color:#333;font-weight:bold;font-size:18px;line-height:60px;}
.news-list li{border-bottom: 1px solid #e6e6e6;}
.news-list-item{position: relative;padding: 20px;-webkit-transition: .3s all ease;transition: .3s all ease;-ms-transition: .3s all ease;}
.news-list-item:hover{background-color: #fff;box-shadow: 0 7px 20px rgba(0,0,0,.1);}
.news-list-item .date{position: absolute;top: 20px;left: 20px;overflow: hidden;width: 80px;height: 50px;color: #a92329;border-right: 1px solid #e6e6e6;}
.date-item:hover .date{-webkit-transition: .3s all ease;transition: .3s all ease;-ms-transition: .3s all ease;}
.news-list-item .date span,.news-list-item .date b{display: block;width: 100%;text-align: center;white-space: nowrap;color:#a92329;}
.news-list-item .date span{height: 30px;line-height: 30px;font-size: 21px;font-weight: bold;}
.news-list-item .date b{height: 20px;line-height: 20px;font-size: 14px;font-weight: normal;}
.news-list-item:hover .content{color: #a92329;}
.news-list-item .content{height: 56px;line-height: 28px;padding: 0 20px 0 95px;color: #1a1a1a;}
.news-list-item .content h3{line-height: 24px;font-size: 16px;}
.news-list-item .content p{font-size: 14px;color: #888;}
.column .wp_single{padding: 20px;}
.teacher-list{padding: 20px;}
.teacher-item{display: block;max-width: 210px;width: 100%;margin: 15px auto;text-align: center;box-shadow: 0 5px 15px rgba(0,0,0,.1);-webkit-transition: .3s all ease;-ms-transition: .3s all ease;transition: .3s all ease;}
.teacher-item:hover{box-shadow: 0 5px 15px rgba(0,0,0,.3);}
.teacher-item h2{padding: 10px;background-color: #fff;font-size: 18px;color: #333;-webkit-transition: .3s all ease;-ms-transition: .3s all ease;transition: .3s all ease;}
.teacher-item:hover h2{color: #a92329;}
.teacher-item img{width: 210px;height: 290px;}
.column-img-list{padding: 15px;}
.column-img-item{margin: 15px 0;box-shadow: 0 0 10px rgba(0,0,0,.1);}
.column-img-item .photo{border-right: 4px solid #a92329;width: 100%;height: 230px;background-color: #999;background-repeat: no-repeat;background-position: center;background-size: cover;}
.column-img-item .title{padding: 8px 12px 6px;border-left: 4px solid #a92329;}
.column-img-item .title h3{margin: 0;font-size: 16px;font-weight: bold;color: #333;}
.column-img-item .title .date{color: #999;}
.column-img-item:hover{box-shadow: 0 4px 12px rgba(169, 35, 41, .2);}
.column-img-item:hover .title h3{color: #a92329;}
#wp_pager{text-align: center;}

/* Post */
.post-detail{margin-top: -500px;margin-bottom: 30px;}
.post-detail .inner{background-color: #fff;box-shadow: 0 0 30px rgba(0,0,0,.1);}
.post-info{padding: 25px 15px 15px;border-bottom: 1px solid #f1f1f1;background:#fff;}
.post-title{padding-bottom:5px;color:#a92329;text-align:center;font-size:20px;}
.post-attr{margin-bottom:15px;color:#979797;text-align:center;}
.post-content{margin:20px 30px;min-height: 400px;}
.post-content img{margin:10px 0;height:auto!important;max-width:100%!important;}
#qrcode {padding-top:20px;border-top: 1px solid #f1f1f1;}
#qrcode img{display: block;margin:0 auto;padding:8px;border:2px solid #325487;border-radius: 12px;}
.qrcode-share{margin-top:5px;text-align:center;}


/* Responsive */
@media screen and (max-width: 1599px) {
    /* Header */
    .header-logo img{width: 100%;height: auto;}
    .site-nav > ul{justify-content: space-between;}
    .navbar-nav > li{margin: 0;}

    /* Footer */
    .footer-logo{text-align: center;}
    .footer-logo img{height: auto;width: auto;max-width: 100%;}
    .footer-qrcode{padding-bottom: 30px;}

    /* Home */
    .announcement-item{padding: 55px 30px 0;}
    .section-more-divider{flex-grow: 1;width: auto;max-width: auto;}
}

@media screen and (max-width: 1439px) {
    /* Header */
    .navbar-nav > li > a{padding: 18px 0 6px;}

    /* Home */
    .home-announcement .section-title{justify-content: left;}
}


@media screen and (max-width: 1199px){
    /* Header */
    .header-logo{padding: 20px 0;}
    .header-function{padding-top: 20px;}

    /* Home */
    .dock-item{padding: 30px 0;}
    .announcement-carousel{height: 250px;}
    .announcement-carousel .swiper-slide{width: 33.333%;}
    .announcement-item p{padding: 10px 0;}
    .story-scrollbar{margin-left: 16px;margin-right: 16px;width: auto;max-width: 100%;}
}
@media screen and (max-width: 991px){
    /* Header */
    .header .container{width: 100%;}
    .header-logo{padding: 20px 0 10px;text-align: center;}
    .header-logo img{width: auto;height: 50px;}
    .header-function{padding-top: 0;justify-content: center;}
    
    /* Home */
    .banner-carousel{height: 60vw;}
    .home-news{padding: 100px 0 80px;}
    .news-carousel .swiper-slide{width: 50%;}
    .news-img{height: 20vw;}
    .dock-item{font-size: 18px;}
    .dock-item img{width: 48px;height: 48px;}
    .home-cooperation{padding: 60px 0;}
    .home-announcement .section-title{padding: 0;margin-top: 80px;justify-content: space-between;}
    .announcement-list{padding-top: 20px;}
    .home-story{padding: 0 0 80px;}
    .story-carousel{height: auto;margin-left: 16px;margin-right: 16px}
    .story-carousel-img{position: relative;width: 100%;}
    .story-carousel-content{position: relative;width: 100%;top: auto;left: auto;right: auto;}

    /* Footer */
    .footer-info,.footer-nav,.footer-qrcode{text-align: center;}
    .footer-logo{padding-bottom: 20px;}
    .footer-qrcode{padding: 0;}
    .footer-info{padding-top: 30px;}
}
@media screen and (max-width: 768px){
    /* Header */
    .header{padding: 20px 0}
    .header-logo{padding: 0;}
    .header-logo img{max-width: 320px;width: 100%;height: auto;}
    .header-function{padding: 10px;}

    /* Nav */
    .header-nav{position: relative;margin: 0 -15px;width: auto;}
    .header-nav .navbar-nav{margin: 0}
    .site-nav > ul{display: block;}

    .site-nav li{width:100%;background: rgba(0,0,0,.8);}
    .site-nav li a{padding:9px 0 9px 30px;font-size:16px;text-align:left;}
    .navbar-nav > li > a{height: auto;line-height: initial;color: #fff;}
    .site-nav .open .dropdown-menu > li > a{padding:6px 0 6px 30px;}
    .site-nav > ul > li::after{content:"";}
    .dropdown-menu{display: none;padding: 0;}
    
    /* Footer */
    .footer{padding: 20px 0;}
    .footer-logo{padding: 0 0 20px;text-align: center;}
    .footer-info{float: none;text-align: center;}
    .wechat-icon{position: relative;}
    .footer-wechat p{padding: 0;}
    .footer-contact{font-size: 12px;}
    .footer-contact .left-padding{padding: 0;}

    /* Home */
    .banner-carousel{height: 55vw;}
    .cooperation-carousel{height: 60vw;}
    .home-news-item{margin: 20px 0;}
    .announcement-item{margin:  30px 0;}

    .active .cooperation-item{height: auto;}
    .cooperation-item .photo{position: relative;left: auto;top: auto;width: 100%;height: 0;}
    .active .cooperation-item .photo{height: 40vw;}
    .active .cooperation-item h3{padding-left: 0;}
    .active .cooperation-item p, .active .cooperation-item .date{padding-left: 0;}

    /* Column */
    .column-nav{margin-bottom: 25px;}
    .news-carousel .swiper-slide{width: 100%;}
    .column .wp_single{padding: 20px;}
}
@media screen and (max-width: 600px){
    /* Header */
    .header{padding: 10px 0;}
    .header-function{padding: 5px 0;justify-content: center;flex-wrap: wrap;}
    .header-link{width: 100%;}
    .header-link > ul{justify-content: center;}
    .header-search{width: 100%;}

    /* Home */
    .home-news,.home-cooperation,.home-announcement,.home-story{padding: 60px 0;}
    .section-title > img{height: 40px;}
    .banner-carousel{height: 90vw;}
    .swiper-button-prev.banner-button-prev, .swiper-button-next.banner-button-next{width: 36px;height: 36px;margin-top: -18px;}
    .home-dock{margin-top: 0;}
    .dock-item{padding: 10px 0;font-size: 14px;}
    .dock-item img{width: 24px;height: 24px;}
    .news-img{height: 42vw;}
    .swiper-button-prev.news-button-prev, .news-button-next.news-button-next{width: 48px;height: 48px;}
    .section-more{justify-content: space-between;}
    .section-more-divider{display: none;}
    .story-carousel-content h3{font-size: 18px;}
    .story-carousel-img{height: 60vw;}
    .swiper-button-prev.story-button-prev, .swiper-button-next.story-button-next{height: 36px;width: 36px;margin-top: -18px;}
}
@media screen and (max-width: 480px){
    /* Header */
    .header{background-size: auto 100%;}
    .header-function{padding-top: 10px;}
    .header-nav{height: auto;margin-top: -60px;}
    .header-nav .navbar-toggle{margin-top: -36px;color:#fff;}
    .header-link{float: none;}
    .search-toggle{display: none}

    /* Home */
    .banner-carousel{height: 90vw;}
    .banner-carousel-title{font-size: 15px;}
    .news-img{height: 40vw;}
    .announcement-carousel .swiper-slide{width: 100%;}
    .department-item{height: 42vw;}
    .department-title{left: 10px;bottom: 15px;font-size: 18px;}
    .link-item{width: 50%;}
    

    /* Column */
    .column{padding: 0;}
    .column-name{height: auto;line-height: normal;padding: 15px 10px 0;text-align: center;}
    .column-list{padding: 10px;}
    .column-anchor{padding-left: 0;text-align: center;}
    .column-nav{margin-bottom: 0;}
    .breadcrumb-nav{float: none;padding: 4px 0 8px;margin-top: 2px;font-size: 12px;}
    .column .wp_single{padding: 20px 10px;}
    .common-list li a{width: 70%;}
    .common-list li span{width: 30%;}
    .teacher-item{width: 100%;}
    .teacher-item img{width: 140px;height: 180px;}
    .teacher-item h2{font-size: 14px;}

    /* Post */
    .post-info{margin: 0 10px;}
    .post-content{margin: 20px 0;overflow: auto;}
}
@media screen and (max-width: 360px){
    .book-carousel .swiper-slide{width: 100%;}
}